home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Snippets / DirectoryPopup 1.0 / □□□DPSample Source / FinderObjects.h < prev    next >
Text File  |  1996-06-03  |  264b  |  20 lines

  1. /*
  2.  *    Project:        <none>
  3.  *
  4.  *    Filename:         FinderObjects.h
  5.  *
  6.  *    Author:         Marco Piovanelli
  7.  *
  8.  *    Revision History:
  9.  *
  10.  *            1996.06.02                MP        created this file
  11.  *
  12.  */
  13.  
  14.  
  15. #ifndef __FILES__
  16. #include <Files.h>
  17. #endif
  18.  
  19. OSErr OpenFinderObject ( const FSSpec * inThing ) ;
  20.